Fuzion Logo
fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.

equality

property.orderable.type.equality

(a property.orderable.this.type, b property.orderable.this.type)
 => 
bool
equality implements the default equality relation for values of this type.

This relation must be

- reflexive (equality a a),
- symmetric (equality a b = equality b a), and
- transitive ((equality a b && equality b c) : equality a c).

result is true iff 'a' is considered to represent the same abstract value
as 'b'.
0.097dev (GIT hash 0d8d2fabe31a27a00535b72694bf38cebdbb4cdd)
last changed: 2026-06-19